home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 821 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: stern.fokus.gmd.de!news
  2. From: Watson <sayegh@fokus.gmd.de>
  3. Newsgroups: comp.unix.questions,comp.lang.c,comp.unix.programming
  4. Subject: Re: SIGBUS - What are the possible causes?
  5. Date: Tue, 09 Jan 1996 17:41:46 +0100
  6. Organization: GMD FOKUS - Research Institute for Open Communication Systems
  7. Message-ID: <30F29ACA.2BAF@fokus.gmd.de>
  8. References: <4ct4es$3k7@news1.wolfe.net>
  9. NNTP-Posting-Host: pollux.fokus.gmd.de
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b4 (X11; I; SunOS 5.4 sun4m)
  14.  
  15. McGuire wrote:
  16.  
  17. > I am trying to compile a program under gcc 2.7.0 that works under the
  18. > native HP-UX 9.05 cc.  In one routine I get a SIGBUS error.  When I
  19. > ignore the SIGBUS error, I get a segmentation violation.  When I add
  20.  
  21. To ignore the SIGBUS signal is possibly the fastest
  22. method for debugging :-) I really had to laugh, sorry...
  23.  
  24. > some code to test what might be happening, the location at which the
  25. > error occurs appears to change (I am using gdb under xemacs).  Does
  26. > anyone have any ideas as to what the possible causes of such an error
  27. > might be.
  28.  
  29. Seriously: that's not enough information. You must send the critical
  30. part of your sources...
  31.  
  32. -- 
  33. *    Greetinx,
  34.     Watson (sayegh@fokus.gmd.de)
  35.     more personal details at:
  36.     http://www.fokus.gmd.de/ovma/employees/sayegh/entry.html
  37.